home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / hp100b1.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-03-01  |  543b  |  25 lines

  1. REM %1 is Download
  2. REM %2 is Upload
  3. REM %3 is Misc.
  4. REM %4 is Messages
  5.  
  6. REM Move Files
  7. ECHO Moving Help Files.  Please Wait ...
  8. COPY *.HLP %3 > NUL
  9. ERASE *.HLP
  10.  
  11. ECHO Compiling (Deleting Source) and Sample Script Extensions.  Please Wait ...
  12. ECHO CS.EXE must be in current directory or path.
  13.  
  14. CS TESTEXT.SLT > NUL
  15. CS TESTEXTL.SLT > NUL
  16.  
  17. ERASE TESTEXT?.SLT
  18. COPY TESTEXT?.SLC %3 > NUL
  19. ECHO.
  20. ECHO.
  21. ECHO Host+Plus Installed!  Use [Alt-G] in Telix to run Host+Plus
  22. ECHO.
  23. ECHO Press any key to return to Telix ...
  24. PAUSE > NUL
  25.